xxxxxxxxxxmodule teapo.storage.attached.indexedDB {​ export class StorageAccess implements attached.StorageAccess {​ update( byFullPath: PropertiesByFullPath, timestamp: number, callback: (error: Error) => void): void { }​ read( fullPath: string, callback: (properties: { [property: string]: string; }) => void): void { }​ }}